home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / spell110.arc / FINSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-03-17  |  4.9 KB  |  137 lines

  1. echo off
  2. cls
  3. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  4. echo ║     SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes.     ║
  5. echo ║   Copyright (C) 1988-1990 by Kenneth R. Casey, Jr.  All Rights Reserved.    ║
  6. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  7. echo  
  8. echo          ──────────────────────────────────────────────────────────
  9. echo          Welcome to the "SPELLBOUND! Spelling Tutor", Version 1.10!
  10. echo          ──────────────────────────────────────────────────────────
  11. echo  
  12. echo       We are about to prepare two diskettes for use with SPELLBOUND!
  13. echo       The first is the PROGRAM diskette.  The second is the DATA diskette.
  14. echo       Never NEVER use the original distribution diskette.  It will always
  15. echo       be your backup diskette in case of failure.
  16. echo  
  17. echo  
  18. echo       First we will create the PROGRAM diskette.  This will be different
  19. echo       from the distribution diskette in that the word list SPELL.WDS,
  20. echo       SPELL.DOC and the batch files will not be copied.  This allows
  21. echo       SPELLBOUND! the extra room it needs to create an additional file
  22. echo       it creates called SPELL.CFG.  Do not copy any additional files
  23. echo       to this diskette!  It will not run properly.
  24. echo  
  25. echo  
  26. pause
  27. cls
  28. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  29. echo ║     SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes.     ║
  30. echo ║   Copyright (C) 1988-1990 by Kenneth R. Casey, Jr.  All Rights Reserved.    ║
  31. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  32. echo  
  33. echo  
  34. echo  
  35. echo  
  36. echo       If you have a formatted PROGRAM diskette with the system files and
  37. echo       COMMAND.COM on it, then place it in drive B: and close the drive
  38. echo       door.
  39. echo  
  40. echo       If you haven't:
  41. echo       To format a diskette with the system files, place your DOS diskette
  42. echo       into drive A: and a blank diskette into drive B: and type:
  43. echo       "A:" press ENTER.  "FORMAT B: /S" press ENTER.  (Don't type quotes).
  44. echo  
  45. echo       If you have not done the above, press Control-C to abort, any other
  46. echo       key to continue.
  47. echo  
  48. echo  
  49. echo  
  50. echo  
  51. pause
  52. cls
  53. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  54. echo ║     SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes.     ║
  55. echo ║   Copyright (C) 1988-1990 by Kenneth R. Casey, Jr.  All Rights Reserved.    ║
  56. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  57. echo  
  58. echo  
  59. echo Now copying to the PROGRAM diskette in drive B:
  60. echo  
  61. copy a:\autoexec.bat b:\ >nul
  62. echo AUTOEXEC.BAT  -- Creates path, gets time and date, starts SPELLBOUND!
  63. copy a:\config.sys b:\ >nul
  64. echo CONFIG.SYS    -- Sets FILES and BUFFERS for SPELLBOUND!
  65. copy a:\brun45.exe b:\ >nul
  66. echo BRUN45.EXE    -- Run-time Module
  67. copy a:\spell.exe b:\ >nul
  68. echo SPELL.EXE     -- Main Menu Module
  69. copy a:\spell000.exe b:\ >nul
  70. echo SPELL000.EXE  -- Spelling Tutor/Tester Module
  71. copy a:\spell001.exe b:\ >nul
  72. echo SPELL001.EXE  -- Word List Creator Module
  73. copy a:\spell.dta b:\ >nul
  74. echo SPELL.DTA     -- Contains Copyright Screen, Help, Messages, etc.
  75. copy a:\default.cfg b:\ >nul
  76. echo DEFAULT.CFG   -- Default configuration for new user
  77. echo  
  78. echo  
  79. echo  
  80. echo  
  81. echo  
  82. echo  
  83. echo  
  84. pause
  85. cls
  86. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  87. echo ║     SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes.     ║
  88. echo ║   Copyright (C) 1988-1990 by Kenneth R. Casey, Jr.  All Rights Reserved.    ║
  89. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  90. echo  
  91. echo  
  92. echo  
  93. echo  
  94. echo  
  95. echo  
  96. echo  
  97. echo     Now place the formatted DATA diskette into drive B: and the files
  98. echo     SPELL.DOC and SPELL.WDS will be copied to it.  This disk will contain
  99. echo     word lists, personal files such as performance records, error lists,
  100. echo     configuration data and reports.  They will be created by SPELLBOUND!
  101. echo  
  102. echo  
  103. echo  
  104. echo  
  105. echo  
  106. echo  
  107. echo  
  108. echo 
  109. pause
  110. cls
  111. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  112. echo ║     SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes.     ║
  113. echo ║   Copyright (C) 1988-1990 by Kenneth R. Casey, Jr.  All Rights Reserved.    ║
  114. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  115. echo  
  116. echo  
  117. echo  
  118. echo  
  119. echo  
  120. echo  
  121. echo Now copying to the DATA diskette in drive B:
  122. echo  
  123. copy a:*.wds b: >NUL
  124. echo *.WDS     -- Word Lists
  125. copy a:spell.doc b: >NUL
  126. echo SPELL.DOC     -- Documentation for SPELLBOUND!
  127. echo  
  128. echo  
  129. echo  
  130. echo  
  131. echo  
  132. echo  
  133. echo Finished!
  134. echo  
  135. echo PUT YOUR ORIGINAL DISK AWAY IN A SAFE PLACE!
  136.  
  137.